Skip to content

Bump the npm group across 2 directories with 2 updates#656

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-8ca42bf92a
Aug 20, 2025
Merged

Bump the npm group across 2 directories with 2 updates#656
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-8ca42bf92a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 20, 2025

Copy link
Copy Markdown
Contributor

Bumps the npm group with 2 updates in the / directory: @aws-sdk/client-cloudformation and aws-cdk-lib.
Bumps the npm group with 1 update in the /test directory: aws-cdk-lib.

Updates @aws-sdk/client-cloudformation from 3.864.0 to 3.872.0

Release notes

Sourced from @​aws-sdk/client-cloudformation's releases.

v3.872.0

3.872.0(2025-08-20)

Chores
  • clients: use 'include' in tsconfig.json (#7266) (b2eec675)
  • protocoltests: use schema log filter when available (#7261) (2e38b4e1)
New Features
  • clients: update client endpoints as of 2025-08-20 (87f16686)
  • client-route53-recovery-control-config: Remove incorrect endpoint tests (41b859ac)
  • client-efs: Remove incorrect endpoint tests (fd49ae01)
  • client-sagemaker: This release adds 1/ Launch ml.p5.4xlarge instance in Processing jobs, Training jobs and Training Plan 2/ Makes S3Uri to be required for S3FileSystem and S3FileSystemConfig. (bfd2fd25)
  • client-iam: Remove incorrect endpoint tests (7be4068f)
  • client-detective: Remove incorrect endpoint tests (43a4451a)
  • client-billing: Clarify IPv4 and IPv6 endpoints (a5ebd35d)
  • client-networkmanager: Remove incorrect endpoint tests (2d0793e7)
  • client-sesv2: Remove incorrect endpoint tests (a4b659ed)
  • client-kinesis: Remove incorrect endpoint tests (569d9f89)
  • client-datazone: This release supports policy grant identifier for cloud formation integration (385adca1)
  • client-dynamodb: Remove incorrect endpoint tests (16a3ca86)
  • client-eks: EKS Add-ons Custom Namespace Support (b6126131)
  • client-kinesis-analytics-v2: Adds Key Management Service (KMS) support allowing customer-managed key (CMK) encryption for Flink application data. (e39ef0e4)
  • client-cognito-identity-provider: This release adds support for the new Terms APIs which allow displaying Terms of Use and Privacy Policy on the Managed Login user-registration page. (d7b8b115)
  • client-marketplace-entitlement-service: Remove incorrect endpoint tests (a3abef00)
  • client-cost-explorer: Remove incorrect endpoint tests (6fcdfaa6)
  • client-marketplace-metering: Remove incorrect endpoint tests (3febc575)
  • client-bedrock-runtime: Launch CountTokens API to allow token counting (e9e8d2d5)
  • client-budgets: Remove incorrect endpoint tests (384a8db5)
  • client-pinpoint-sms-voice-v2: This change added InternationalSendingEnbaled as part of describe/Update/Request phone number API response, and as part of update/Request phone number API request (8ea06052)
Bug Fixes

For list of updated packages, view updated-packages.md in assets-3.872.0.zip

v3.871.0

3.871.0(2025-08-19)

New Features
  • client-ec2: Add support for "warning" volume status. (7cf835a0)
  • client-cleanrooms: Support error message configuration for analysis templates (e425ae46)
  • client-polly: Added support for new output format - Opus. (1c789909)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-cloudformation's changelog.

3.872.0 (2025-08-20)

Note: Version bump only for package @​aws-sdk/client-cloudformation

Commits

Updates aws-cdk-lib from 2.211.0 to 2.212.0

Release notes

Sourced from aws-cdk-lib's releases.

v2.212.0

CHANGES TO L1 RESOURCES

  • L1 resources are automatically generated from public CloudFormation Resource Schemas. They are build to closely reflect the real state of CloudFormation. Sometimes these updates can contain changes that are incompatible with previous types, but more accurately reflect reality. In this release we have changed:
  • aws-rds: AWS::RDS::DBInstance:StatusInfos property is removed.
  • aws-sagemaker: AWS::SageMaker::Domain: SingleSignOnApplicationArn property is removed.
  • aws-cloudfront: AWS::CloudFront::Function: Name property is now set as immutable.

Features

  • implement UsagePlan and ApiKey support in L2 constructs for aws-apigatewayv2 (WebSocketApi) (#35060) (f7faffe), closes #28756
  • update L1 CloudFormation resource definitions (#35256) (d79fd85)

Bug Fixes

  • apigateway: invalid JSON structure in StepFunctions error responses causes 500s (#34787) (0d5ce56), closes #34777
  • aws-cdk-lib: feature flag report contains unnecessary flags (#35227) (566f6ca)
  • s3-deployment: list tokens in Source.jsonData are not resolved. (#35169) (1efb764), closes #35145 #35145
  • signer: not correctly passing signingProfileName to CfnSigningProfile (#35033) (aaaa9cc), closes #35030

Reverts

  • docs: revert ECS and Fargate service documentation for new AZ rebalancing default values (#35233) (7c0084a), closes #35156

Alpha modules (2.212.0-alpha.0)

Changelog

Sourced from aws-cdk-lib's changelog.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.212.0-alpha.0 (2025-08-20)

2.211.0-alpha.0 (2025-08-12)

2.210.0-alpha.0 (2025-08-06)

Features

  • glue-alpha: add optional metrics control for cost optimization (#35154) (6e24133), closes #35149

2.209.1-alpha.0 (2025-08-06)

Bug Fixes

  • eks-v2-alpha: fix helm commands not running ecr public login (#35162) (6c2a8b8)

2.209.0-alpha.0 (2025-08-05)

2.208.0-alpha.0 (2025-07-29)

Features

  • glue: throw ValidationError instead of untyped errors (#35084) (1e20df6)

2.207.0-alpha.0 (2025-07-24)

2.206.0-alpha.0 (2025-07-16)

2.205.0-alpha.0 (2025-07-15)

2.204.0-alpha.0 (2025-07-04)

Features

2.203.1-alpha.0 (2025-07-02)

2.203.0-alpha.0 (2025-07-01)

... (truncated)

Commits
  • 4f0b0aa chore: update analytics metadata blueprints
  • 1ac6678 chore(release): 2.212.0
  • d79fd85 feat: update L1 CloudFormation resource definitions (#35256)
  • f7faffe feat: implement UsagePlan and ApiKey support in L2 constructs for aws-apigate...
  • 0d5ce56 fix(apigateway): invalid JSON structure in StepFunctions error responses caus...
  • 46021f5 chore: npm-check-updates && yarn upgrade (#35206)
  • 7c0084a revert(docs): revert ECS and Fargate service documentation for new AZ rebalan...
  • ec18b83 docs(lambda): fix incorrect import in autoscaling example (#34989)
  • e07c89b docs(aws-cdk-lib): remove duplication of main docs (#35229)
  • aaaa9cc fix(signer): not correctly passing signingProfileName to CfnSigningProfile (...
  • Additional commits viewable in compare view

Updates aws-cdk-lib from 2.211.0 to 2.212.0

Release notes

Sourced from aws-cdk-lib's releases.

v2.212.0

CHANGES TO L1 RESOURCES

  • L1 resources are automatically generated from public CloudFormation Resource Schemas. They are build to closely reflect the real state of CloudFormation. Sometimes these updates can contain changes that are incompatible with previous types, but more accurately reflect reality. In this release we have changed:
  • aws-rds: AWS::RDS::DBInstance:StatusInfos property is removed.
  • aws-sagemaker: AWS::SageMaker::Domain: SingleSignOnApplicationArn property is removed.
  • aws-cloudfront: AWS::CloudFront::Function: Name property is now set as immutable.

Features

  • implement UsagePlan and ApiKey support in L2 constructs for aws-apigatewayv2 (WebSocketApi) (#35060) (f7faffe), closes #28756
  • update L1 CloudFormation resource definitions (#35256) (d79fd85)

Bug Fixes

  • apigateway: invalid JSON structure in StepFunctions error responses causes 500s (#34787) (0d5ce56), closes #34777
  • aws-cdk-lib: feature flag report contains unnecessary flags (#35227) (566f6ca)
  • s3-deployment: list tokens in Source.jsonData are not resolved. (#35169) (1efb764), closes #35145 #35145
  • signer: not correctly passing signingProfileName to CfnSigningProfile (#35033) (aaaa9cc), closes #35030

Reverts

  • docs: revert ECS and Fargate service documentation for new AZ rebalancing default values (#35233) (7c0084a), closes #35156

Alpha modules (2.212.0-alpha.0)

Changelog

Sourced from aws-cdk-lib's changelog.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.212.0-alpha.0 (2025-08-20)

2.211.0-alpha.0 (2025-08-12)

2.210.0-alpha.0 (2025-08-06)

Features

  • glue-alpha: add optional metrics control for cost optimization (#35154) (6e24133), closes #35149

2.209.1-alpha.0 (2025-08-06)

Bug Fixes

  • eks-v2-alpha: fix helm commands not running ecr public login (#35162) (6c2a8b8)

2.209.0-alpha.0 (2025-08-05)

2.208.0-alpha.0 (2025-07-29)

Features

  • glue: throw ValidationError instead of untyped errors (#35084) (1e20df6)

2.207.0-alpha.0 (2025-07-24)

2.206.0-alpha.0 (2025-07-16)

2.205.0-alpha.0 (2025-07-15)

2.204.0-alpha.0 (2025-07-04)

Features

2.203.1-alpha.0 (2025-07-02)

2.203.0-alpha.0 (2025-07-01)

... (truncated)

Commits
  • 4f0b0aa chore: update analytics metadata blueprints
  • 1ac6678 chore(release): 2.212.0
  • d79fd85 feat: update L1 CloudFormation resource definitions (#35256)
  • f7faffe feat: implement UsagePlan and ApiKey support in L2 constructs for aws-apigate...
  • 0d5ce56 fix(apigateway): invalid JSON structure in StepFunctions error responses caus...
  • 46021f5 chore: npm-check-updates && yarn upgrade (#35206)
  • 7c0084a revert(docs): revert ECS and Fargate service documentation for new AZ rebalan...
  • ec18b83 docs(lambda): fix incorrect import in autoscaling example (#34989)
  • e07c89b docs(aws-cdk-lib): remove duplication of main docs (#35229)
  • aaaa9cc fix(signer): not correctly passing signingProfileName to CfnSigningProfile (...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm group with 2 updates in the / directory: [@aws-sdk/client-cloudformation](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cloudformation) and [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib).
Bumps the npm group with 1 update in the /test directory: [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib).


Updates `@aws-sdk/client-cloudformation` from 3.864.0 to 3.872.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-cloudformation/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.872.0/clients/client-cloudformation)

Updates `aws-cdk-lib` from 2.211.0 to 2.212.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.212.0/packages/aws-cdk-lib)

Updates `aws-cdk-lib` from 2.211.0 to 2.212.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.212.0/packages/aws-cdk-lib)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-cloudformation"
  dependency-version: 3.872.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: aws-cdk-lib
  dependency-version: 2.212.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: aws-cdk-lib
  dependency-version: 2.212.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 20, 2025
@amazon-q-developer

Copy link
Copy Markdown

🔴 I'm not able to complete the request because you reached your monthly usage limit for this feature. Register your Amazon Q Developer app installation with your AWS account to increase your usage limit. Learn more

Request ID : 0d31a578-ef5a-4fda-a270-2e8d59e79158

@github-actions github-actions Bot enabled auto-merge (squash) August 20, 2025 22:03
@github-actions github-actions Bot merged commit 2f4d32e into main Aug 20, 2025
4 checks passed
@github-actions github-actions Bot deleted the dependabot/npm_and_yarn/npm-8ca42bf92a branch August 20, 2025 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants